home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="MSThemeCompatible" content="yes" />
- <link href="ccc.css" type="text/css" rel="STYLESHEET" />
- <script src="ccc.js"></script>
- <script language="javascript">
- <!--
- function LoadDataFields()
- {
- var strSerial = getParamVal("serial");
- var oSerial = document.getElementById("txtSerial");
-
- if (strSerial != null && oSerial != null)
- oSerial.innerText = FormatSerial(strSerial);
-
- var strActCode = getParamVal("activationcode");
- var oActCode = document.getElementById("txtActCode");
-
- if (strActCode != null && oActCode != null)
- oActCode.innerText = FormatActivationCode(strActCode);
- }
- -->
- </script>
- <style media="print">
- <!--
- .PrintClass
- {
- display:inline;
- }
- .ScreenClass
- {
- display:none;
- }
- -->
- </style>
- <style media="screen">
- <!--
- .PrintClass
- {
- display:none;
- }
- .ScreenClass
- {
- display:inline;
- }
- -->
- </style>
- </head>
- <body onload="location='pcucmd://FrameDataLoaded/'; LoadDataFields();" tabindex="-1">
- <div id="pcu_data" style="DISPLAY: none">
- PageDimension:630,440
- </div>
- <div id="ButtonBar" style="display:none">
- <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
- <tr>
- <td align="right">
- <button accesskey="F" type="submit" id="btnContinue" name="btnContinue" onclick="location='pcucmd://Continue/'"><u>F</u>inish</button>
- <!-- <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="location='pcucmd://Cancel/'"><u>C</u>ancel</button> -->
- </td>
- </tr>
- </table>
- </div>
- <div class="ScreenClass">
- <h3>Thank You</h3>
-
- <p>You have successfully extended this trial product.</p>
-
- <p>Please save or print out your product activation
- information and retain it for your records. This information may be required
- in order to reinstall the product in the future.</p>
-
- <p>
- Click the 'Save to file' or 'Print Now' to record
- your Activation Code and Trial extension key information.
- You will not have any future opportunity to do this.
- </p>
-
- <button accesskey="S" type="button" id="btnSaveAsTextFile" onclick="location='pcucmd://SaveCode/'" NAME="btnSaveAsTextFile"><u>S</u>ave to File</button>
- <button accesskey="P" type="button" id="btnPrint" onclick="document.execCommand('Print',true)" NAME="Button1"><u>P</u>rint Now</button>
- </div>
- <div class="PrintClass" style="font-size:12pt">
- Here is your Extension Key and Activation Code.<br />
- Print this page out and keep in a safe location.<br />
- Extension Key: <span id="txtSerial"></span><br />
- Activation Code: <span id="txtActCode"></span>
- </div>
- </body>
- </html>
-